Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(snowflake): add missing ORDER in column default #2044

Closed
wants to merge 1 commit into from

Conversation

Lee-W
Copy link
Collaborator

@Lee-W Lee-W commented Oct 4, 2023

Description

What is the current behavior?

python-sdk/tests_integration/databases/test_snowflake.py::test_snowflake_create_table_with_columns fails

During testing on #2043, I found out there's this snowflake failure in integration test

What is the new behavior?

  • python-sdk/tests_integration/databases/test_snowflake.py::test_snowflake_create_table_with_columns passes

Does this introduce a breaking change?

no

Checklist

  • Created tests which fail without the change (if possible)
  • Extended the README / documentation, if necessary

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a7b8819) 90.40% compared to head (83d83ba) 90.35%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2044      +/-   ##
==========================================
- Coverage   90.40%   90.35%   -0.05%     
==========================================
  Files          75       75              
  Lines        4324     4323       -1     
  Branches      537      537              
==========================================
- Hits         3909     3906       -3     
- Misses        321      330       +9     
+ Partials       94       87       -7     
Flag Coverage Δ
PythonSDK 90.35% <100.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
python-sdk/src/astro/sql/operators/cleanup.py 89.16% <100.00%> (-0.92%) ⬇️

... and 12 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@tatiana tatiana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Lee-W, thanks for working on this!

Do you have any idea why "Build and test astro Python SDK / Build-Docs" is breaking? The change is not related to this change, so I'm approving it. It would be great for us to address that in a separate PR

@Lee-W
Copy link
Collaborator Author

Lee-W commented Oct 11, 2023

@Lee-W, thanks for working on this!

Do you have any idea why "Build and test astro Python SDK / Build-Docs" is breaking? The change is not related to this change, so I'm approving it. It would be great for us to address that in a separate PR

Not quite sure 🤔 Let me rerun it and see how it works

@Lee-W
Copy link
Collaborator Author

Lee-W commented Oct 11, 2023

seems to fail. might need to handle that in another pr

@tatiana
Copy link
Collaborator

tatiana commented Mar 21, 2024

@Lee-W it seems there is a conflict ATM - when you have a chance, please, take a look, so we can merge this

@Lee-W
Copy link
Collaborator Author

Lee-W commented Mar 25, 2024

@Lee-W it seems there is a conflict ATM - when you have a chance, please, take a look, so we can merge this

I just rebased from main and found out it's no longer needed

@Lee-W Lee-W closed this Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants